projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6030ba4
)
action stuff: Change include style
author
Ryan Lortie
<desrt@desrt.ca>
Thu, 9 May 2013 19:08:02 +0000
(15:08 -0400)
committer
Jasper St. Pierre
<jstpierre@mecheye.net>
Mon, 13 May 2013 20:33:42 +0000
(16:33 -0400)
The shell wants to transplant our GtkActionObserver/GtkActionObservable
code now as well, so change to ""-style #includes there.
gtk/gtkactionobservable.h
patch
|
blob
|
history
diff --git
a/gtk/gtkactionobservable.h
b/gtk/gtkactionobservable.h
index 6a174941426b478bfdeaafb1431b4134c8ddfe84..aa1514b3c9739dab2fd25ae47964df1368e44284 100644
(file)
--- a/
gtk/gtkactionobservable.h
+++ b/
gtk/gtkactionobservable.h
@@
-20,7
+20,7
@@
#ifndef __GTK_ACTION_OBSERVABLE_H__
#define __GTK_ACTION_OBSERVABLE_H__
-#include
<gtk/gtkactionobserver.h>
+#include
"gtkactionobserver.h"
G_BEGIN_DECLS